Class: Aws::Types::CreateAndAttachS3AccessPointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.



213
214
215
# File 'sig/types.rbs', line 213

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.



214
215
216
# File 'sig/types.rbs', line 214

def name
  @name
end

#ontap_configurationTypes::CreateAndAttachS3AccessPointOntapConfiguration

Returns the value of attribute ontap_configuration.



217
218
219
# File 'sig/types.rbs', line 217

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::CreateAndAttachS3AccessPointOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



216
217
218
# File 'sig/types.rbs', line 216

def open_zfs_configuration
  @open_zfs_configuration
end

#s3_access_pointTypes::CreateAndAttachS3AccessPointS3Configuration

Returns the value of attribute s3_access_point.



218
219
220
# File 'sig/types.rbs', line 218

def s3_access_point
  @s3_access_point
end

#type"OPENZFS", "ONTAP"

Returns the value of attribute type.



215
216
217
# File 'sig/types.rbs', line 215

def type
  @type
end