Class: Aws::Types::PortalSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


3179
3180
3181
# File 'sig/types.rbs', line 3179

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3178
3179
3180
# File 'sig/types.rbs', line 3178

def start_url
  @start_url
end

#statusTypes::PortalStatus

Returns the value of attribute status.

Returns:



3182
3183
3184
# File 'sig/types.rbs', line 3182

def status
  @status
end