Class: Aws::Types::PortalSummary
- Inherits:
-
Object
- Object
- Aws::Types::PortalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#start_url ⇒ ::String
Returns the value of attribute start_url.
-
#status ⇒ Types::PortalStatus
Returns the value of attribute status.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def name @name end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def portal_type @portal_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def role_arn @role_arn end |
#start_url ⇒ ::String
Returns the value of attribute start_url.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def start_url @start_url end |
#status ⇒ Types::PortalStatus
Returns the value of attribute status.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def status @status end |