Class: Aws::Types::Site

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:location])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def global_network_id
  @global_network_id
end

#location ⇒ Types::Location

Returns the value of attribute location.

Returns:



1725
1726
1727
# File 'sig/types.rbs', line 1725

def location
  @location
end

#site_arn ⇒ ::String

Returns the value of attribute site_arn.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def site_arn
  @site_arn
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def site_id
  @site_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "UPDATING")


1727
1728
1729
# File 'sig/types.rbs', line 1727

def state
  @state
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1728
1729
1730
# File 'sig/types.rbs', line 1728

def tags
  @tags
end