Class: Aws::Types::CreateSecretRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#add_replica_regions::Array[Types::ReplicaRegionType]

Returns the value of attribute add_replica_regions.



53
54
55
# File 'sig/types.rbs', line 53

def add_replica_regions
  @add_replica_regions
end

#client_request_token::String

Returns the value of attribute client_request_token.



47
48
49
# File 'sig/types.rbs', line 47

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.



48
49
50
# File 'sig/types.rbs', line 48

def description
  @description
end

#force_overwrite_replica_secretBoolean

Returns the value of attribute force_overwrite_replica_secret.



54
55
56
# File 'sig/types.rbs', line 54

def force_overwrite_replica_secret
  @force_overwrite_replica_secret
end

#kms_key_id::String

Returns the value of attribute kms_key_id.



49
50
51
# File 'sig/types.rbs', line 49

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.



46
47
48
# File 'sig/types.rbs', line 46

def name
  @name
end

#secret_binary::String

Returns the value of attribute secret_binary.



50
51
52
# File 'sig/types.rbs', line 50

def secret_binary
  @secret_binary
end

#secret_string::String

Returns the value of attribute secret_string.



51
52
53
# File 'sig/types.rbs', line 51

def secret_string
  @secret_string
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



52
53
54
# File 'sig/types.rbs', line 52

def tags
  @tags
end

#type::String

Returns the value of attribute type.



55
56
57
# File 'sig/types.rbs', line 55

def type
  @type
end