Class: Aws::Types::UpdateSiteInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSiteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
991 992 993 |
# File 'sig/types.rbs', line 991 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
990 991 992 |
# File 'sig/types.rbs', line 990 def name @name end |
#notes ⇒ ::String
Returns the value of attribute notes.
992 993 994 |
# File 'sig/types.rbs', line 992 def notes @notes end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def site_id @site_id end |