Class: Aws::Types::Site
- Inherits:
-
Object
- Object
- Aws::Types::Site
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#site_arn ⇒ ::String
Returns the value of attribute site_arn.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def description @description end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def global_network_id @global_network_id end |
#location ⇒ Types::Location
Returns the value of attribute location.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def location @location end |
#site_arn ⇒ ::String
Returns the value of attribute site_arn.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def site_arn @site_arn end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def site_id @site_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def @tags end |