Class: Aws::Types::S3AccessPointAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def creation_time
  @creation_time
end

#lifecycle"AVAILABLE", ...

Returns the value of attribute lifecycle.

Returns:

  • ("AVAILABLE", "CREATING", "DELETING", "UPDATING", "FAILED", "MISCONFIGURED")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def lifecycle
  @lifecycle
end

#lifecycle_transition_reasonTypes::LifecycleTransitionReason

Returns the value of attribute lifecycle_transition_reason.



1483
1484
1485
# File 'sig/types.rbs', line 1483

def lifecycle_transition_reason
  @lifecycle_transition_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def name
  @name
end

#ontap_configurationTypes::S3AccessPointOntapConfiguration

Returns the value of attribute ontap_configuration.



1488
1489
1490
# File 'sig/types.rbs', line 1488

def ontap_configuration
  @ontap_configuration
end

#open_zfs_configurationTypes::S3AccessPointOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



1487
1488
1489
# File 'sig/types.rbs', line 1487

def open_zfs_configuration
  @open_zfs_configuration
end

#s3_access_pointTypes::S3AccessPoint

Returns the value of attribute s3_access_point.



1489
1490
1491
# File 'sig/types.rbs', line 1489

def s3_access_point
  @s3_access_point
end

#type"OPENZFS", "ONTAP"

Returns the value of attribute type.

Returns:

  • ("OPENZFS", "ONTAP")


1486
1487
1488
# File 'sig/types.rbs', line 1486

def type
  @type
end