Class: Aws::Types::CreateSecretResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def name
  @name
end

#replication_status::Array[Types::ReplicationStatusType]

Returns the value of attribute replication_status.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def replication_status
  @replication_status
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def version_id
  @version_id
end