Class: Aws::Types::S3PropertiesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


5540
5541
5542
# File 'sig/types.rbs', line 5540

def error_message
  @error_message
end

#register_s3_access_grant_locationBoolean

Returns the value of attribute register_s3_access_grant_location.

Returns:

  • (Boolean)


5538
5539
5540
# File 'sig/types.rbs', line 5538

def register_s3_access_grant_location
  @register_s3_access_grant_location
end

#s3_access_grant_location_id::String

Returns the value of attribute s3_access_grant_location_id.

Returns:

  • (::String)


5537
5538
5539
# File 'sig/types.rbs', line 5537

def s3_access_grant_location_id
  @s3_access_grant_location_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


5536
5537
5538
# File 'sig/types.rbs', line 5536

def s3_uri
  @s3_uri
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


5539
5540
5541
# File 'sig/types.rbs', line 5539

def status
  @status
end