Class: Aws::Types::EksAnywhereSubscription
- Inherits:
-
Object
- Object
- Aws::Types::EksAnywhereSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#license_arns ⇒ ::Array[::String]
Returns the value of attribute license_arns.
-
#license_quantity ⇒ ::Integer
Returns the value of attribute license_quantity.
-
#license_type ⇒ "Cluster"
Returns the value of attribute license_type.
-
#licenses ⇒ ::Array[Types::License]
Returns the value of attribute licenses.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#term ⇒ Types::EksAnywhereSubscriptionTerm
Returns the value of attribute term.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
955 956 957 |
# File 'sig/types.rbs', line 955 def arn @arn end |
#auto_renew ⇒ Boolean
Returns the value of attribute auto_renew.
963 964 965 |
# File 'sig/types.rbs', line 963 def auto_renew @auto_renew end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
956 957 958 |
# File 'sig/types.rbs', line 956 def created_at @created_at end |
#effective_date ⇒ ::Time
Returns the value of attribute effective_date.
957 958 959 |
# File 'sig/types.rbs', line 957 def effective_date @effective_date end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
958 959 960 |
# File 'sig/types.rbs', line 958 def expiration_date @expiration_date end |
#id ⇒ ::String
Returns the value of attribute id.
954 955 956 |
# File 'sig/types.rbs', line 954 def id @id end |
#license_arns ⇒ ::Array[::String]
Returns the value of attribute license_arns.
964 965 966 |
# File 'sig/types.rbs', line 964 def license_arns @license_arns end |
#license_quantity ⇒ ::Integer
Returns the value of attribute license_quantity.
959 960 961 |
# File 'sig/types.rbs', line 959 def license_quantity @license_quantity end |
#license_type ⇒ "Cluster"
Returns the value of attribute license_type.
960 961 962 |
# File 'sig/types.rbs', line 960 def license_type @license_type end |
#licenses ⇒ ::Array[Types::License]
Returns the value of attribute licenses.
965 966 967 |
# File 'sig/types.rbs', line 965 def licenses @licenses end |
#status ⇒ ::String
Returns the value of attribute status.
962 963 964 |
# File 'sig/types.rbs', line 962 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
966 967 968 |
# File 'sig/types.rbs', line 966 def @tags end |
#term ⇒ Types::EksAnywhereSubscriptionTerm
Returns the value of attribute term.
961 962 963 |
# File 'sig/types.rbs', line 961 def term @term end |