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)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def start_url
  @start_url
end

#statusTypes::PortalStatus

Returns the value of attribute status.

Returns:



3148
3149
3150
# File 'sig/types.rbs', line 3148

def status
  @status
end