Class: Aws::Types::PoolInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pool_arn::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def pool_arn
  @pool_arn
end

#pool_name::String

Returns the value of attribute pool_name.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def pool_name
  @pool_name
end

#pool_status"ACTIVE", "DELETED"

Returns the value of attribute pool_status.

Returns:

  • ("ACTIVE", "DELETED")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def pool_status
  @pool_status
end

#retention_lock_time_in_days::Integer

Returns the value of attribute retention_lock_time_in_days.

Returns:

  • (::Integer)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def retention_lock_time_in_days
  @retention_lock_time_in_days
end

#retention_lock_type"COMPLIANCE", ...

Returns the value of attribute retention_lock_type.

Returns:

  • ("COMPLIANCE", "GOVERNANCE", "NONE")


1162
1163
1164
# File 'sig/types.rbs', line 1162

def retention_lock_type
  @retention_lock_type
end

#storage_class"DEEP_ARCHIVE", "GLACIER"

Returns the value of attribute storage_class.

Returns:

  • ("DEEP_ARCHIVE", "GLACIER")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def storage_class
  @storage_class
end