Class: Aws::Types::GlobalNetwork

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def description
  @description
end

#global_network_arn ⇒ ::String

Returns the value of attribute global_network_arn.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def global_network_arn
  @global_network_arn
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def global_network_id
  @global_network_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

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


1220
1221
1222
# File 'sig/types.rbs', line 1220

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def tags
  @tags
end