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.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def name @name end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def portal_type @portal_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def role_arn @role_arn end |
#start_url ⇒ ::String
Returns the value of attribute start_url.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def start_url @start_url end |
#status ⇒ Types::PortalStatus
Returns the value of attribute status.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def status @status end |