AWSEC2EnableSnapshotBlockPublicAccessResult
Objective-C
@interface AWSEC2EnableSnapshotBlockPublicAccessResult
Swift
class AWSEC2EnableSnapshotBlockPublicAccessResult
-
The state of block public access for snapshots for the account and Region. Returns either
block-all-sharing
orblock-new-sharing
if the request succeeds.Declaration
Objective-C
@property (nonatomic) AWSEC2SnapshotBlockPublicAccessState state;
Swift
var state: AWSEC2SnapshotBlockPublicAccessState { get set }