Class: Aws::Types::MultiRegionAccessPointReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def alias
  @alias
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def name
  @name
end

#public_access_blockTypes::PublicAccessBlockConfiguration

Returns the value of attribute public_access_block.



1364
1365
1366
# File 'sig/types.rbs', line 1364

def public_access_block
  @public_access_block
end

#regions::Array[Types::RegionReport]

Returns the value of attribute regions.

Returns:



1366
1367
1368
# File 'sig/types.rbs', line 1366

def regions
  @regions
end

#status"READY", ...

Returns the value of attribute status.

Returns:

  • ("READY", "INCONSISTENT_ACROSS_REGIONS", "CREATING", "PARTIALLY_CREATED", "PARTIALLY_DELETED", "DELETING")


1365
1366
1367
# File 'sig/types.rbs', line 1365

def status
  @status
end