Class: Aws::Types::Outpost

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_in_bytes ⇒ ::Integer

Returns the value of attribute capacity_in_bytes.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def capacity_in_bytes
  @capacity_in_bytes
end

#outpost_arn ⇒ ::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def outpost_arn
  @outpost_arn
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def outpost_id
  @outpost_id
end

#owner_id ⇒ ::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def owner_id
  @owner_id
end

#s3_outpost_arn ⇒ ::String

Returns the value of attribute s3_outpost_arn.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def s3_outpost_arn
  @s3_outpost_arn
end