Class: Aws::Types::NamespaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::NamespaceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#properties ⇒ Types::NamespaceProperties
Returns the value of attribute properties.
-
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
-
#service_count ⇒ ::Integer
Returns the value of attribute service_count.
-
#type ⇒ "DNS_PUBLIC", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
400 401 402 |
# File 'sig/types.rbs', line 400 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
407 408 409 |
# File 'sig/types.rbs', line 407 def create_date @create_date end |
#description ⇒ ::String
Returns the value of attribute description.
404 405 406 |
# File 'sig/types.rbs', line 404 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
399 400 401 |
# File 'sig/types.rbs', line 399 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
402 403 404 |
# File 'sig/types.rbs', line 402 def name @name end |
#properties ⇒ Types::NamespaceProperties
Returns the value of attribute properties.
406 407 408 |
# File 'sig/types.rbs', line 406 def properties @properties end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
401 402 403 |
# File 'sig/types.rbs', line 401 def resource_owner @resource_owner end |
#service_count ⇒ ::Integer
Returns the value of attribute service_count.
405 406 407 |
# File 'sig/types.rbs', line 405 def service_count @service_count end |
#type ⇒ "DNS_PUBLIC", ...
Returns the value of attribute type.
403 404 405 |
# File 'sig/types.rbs', line 403 def type @type end |