Class: Aws::Types::Namespace
- Inherits:
-
Object
- Object
- Aws::Types::Namespace
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#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.
361 362 363 |
# File 'sig/types.rbs', line 361 def arn @arn end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
368 369 370 |
# File 'sig/types.rbs', line 368 def create_date @create_date end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def creator_request_id @creator_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
365 366 367 |
# File 'sig/types.rbs', line 365 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
360 361 362 |
# File 'sig/types.rbs', line 360 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
363 364 365 |
# File 'sig/types.rbs', line 363 def name @name end |
#properties ⇒ Types::NamespaceProperties
Returns the value of attribute properties.
367 368 369 |
# File 'sig/types.rbs', line 367 def properties @properties end |
#resource_owner ⇒ ::String
Returns the value of attribute resource_owner.
362 363 364 |
# File 'sig/types.rbs', line 362 def resource_owner @resource_owner end |
#service_count ⇒ ::Integer
Returns the value of attribute service_count.
366 367 368 |
# File 'sig/types.rbs', line 366 def service_count @service_count end |
#type ⇒ "DNS_PUBLIC", ...
Returns the value of attribute type.
364 365 366 |
# File 'sig/types.rbs', line 364 def type @type end |